::-webkit-input-placeholder {
  color: #666
}
::-moz-placeholder {
  color: #666
}
:-ms-input-placeholder {
  color: #666
}
::-ms-input-placeholder {
  color: #666
}
::placeholder {
  color: #666
}
::-moz-selection {
  background-color: #81bc82;
  color: #fff
}
::selection {
  background-color: #81bc82;
  color: #fff
}
html {
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}
body {
  position: relative;
  min-width: 320px;
  overflow: hidden;
  font-weight: 400;
  font-size: 16px;
  font-family: Roboto,Arial,Helvetica,sans-serif;
  line-height: 1.3;
  color: #000
}
body input,
body textarea {
  border: #666 1px solid;
  outline: 0
}
img {
  display: block;
  max-width: 100%;
  height: auto
}
strong {
  font-weight: 700;
  color: red
}
h1,
h2,
h3,
h4 {
  margin-top: 0;
  font-weight: 400;
  line-height: 1.2
}
p {
  margin-top: 0;
  line-height: 1.2
}
.dzp_title-text {
  margin-top: 20px;
  font-size: 30px;
  text-align: center
}
@media screen and (max-width:992px) {
  .dzp_title-text {
    font-size: 28px
  }
}
@media screen and (max-width:768px) {
  .dzp_title-text {
    font-size: 25px
  }
}
.dzp_subtitle-text {
  font-weight: 700;
  font-size: 16px
}
.dzp_text-accent {
  color: #81bc82
}
.dzp_text-up {
  text-transform: uppercase
}
.dzp_text-nowrap {
  white-space: nowrap
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  14% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  42% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  14% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  42% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
.dzp_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px
}
@media screen and (max-width:1200px) {
  .dzp_container {
    max-width: 960px
  }
}
@media screen and (max-width:992px) {
  .dzp_container {
    max-width: 760px;
    padding: 0 10px
  }
}
@media screen and (max-width:768px) {
  .dzp_container {
    max-width: 540px
  }
}
@media screen and (max-width:576px) {
  .dzp_container {
    max-width: 320px
  }
}
.dzps {
  padding: 40px 0 0
}
.dzps__title {
  font-size: 46px;
  text-align: center
}
.dzps__subtitle {
  font-size: 20px;
  text-align: center
}
.dzps__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -10px;
  margin-top: 30px
}
.dzps__item {
  width: 265px;
  margin-left: 20px;
  margin-bottom: 20px
}
@media screen and (max-width:1200px) {
  .dzps__item {
    width: 280px
  }
}
@media screen and (max-width:992px) {
  .dzps__item {
    width: 230px
  }
}
@media screen and (max-width:768px) {
  .dzps__title {
    font-size: 38px
  }
  .dzps__item {
    width: 240px
  }
}
@media screen and (max-width:576px) {
  .dzps__title {
    font-size: 32px
  }
  .dzps__wrap {
    margin-left: 0;
    margin-top: 20px
  }
  .dzps__item {
    width: 100%;
    margin-left: 0
  }
}
.dzp {
  position: relative;
  overflow: hidden;
  padding: 15px;
  padding-top: 20px;
  border: 1px solid #dcdcdc;
  border-radius: 6px
}
.dzp__link {
  width: 100%;
  margin-bottom: 15px;
  color: #000;
  text-decoration: none
}
.dzp__link .dzp__btn:hover {
  color: #fff;
  background-color: #81bc82
}
.dzp__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 65px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dcdcdc;
}
.dzp__logo img {
  max-width: 85%;
  max-height: 100%;
  margin: 0 auto
}
.dzp__lable {
  margin-bottom: 20px;
  padding: 9px 15px;
  line-height: 1.2;
  text-align: center;
  background-color: #fe5a3a;
  border-radius: 6px
}
.dzp__lable span {
  color: #fff
}
.dzp__lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px
}
.dzp__item {
  position: relative;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px
}
.dzp__icon {
  position: absolute;
  left: 0;
  top: -2px;
  width: 30px;
  height: 30px
}
.dzp__icon svg {
  width: 30px;
  height: 30px
}
.dzp__btn {
display: block;
  width: 100%;
  padding: 10px 15px;
  color: #81bc82;
  text-align: center;
  background-color: transparent;
  border: 2px solid #81bc82;
  border-radius: 6px;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease
}
@media screen and (max-width:576px) {
  .dzp {
    padding: 20px;
    padding-top: 10px
  }
}
.dzp_terms__wrap {
  padding: 0 15px
}
.dzp_info__wrap {
  padding: 0 15px
}
/*# sourceMappingURL=main.css.map */

footer .cont {
  font-size: 14px;
}
footer .cont .table_cont {
  width: 100%;
  overflow-x: auto;
}
footer .cont table {
  width: 1140px;
  text-align: left;
}
footer .cont table th {
  text-align: left;
}
footer .cont table td:nth-child(1) {
  width: 220px;
}
footer .cont table td:nth-child(2) {
  width: auto;
}
footer .cont table td:nth-child(3) {
  width: 120px;
}
footer .cont table td:nth-child(4) {
  width: 120px;
}
